home *** CD-ROM | disk | FTP | other *** search
/ Startware 8 / startware 8.iso / data / Software / Internet / Explorer4 / PWSSETUP.CAB / Conn.htr < prev    next >
Encoding:
Text File  |  1996-10-18  |  1.5 KB  |  47 lines

  1. <HTML>
  2. <title>Amministrazione servizi Internet - WWW</title>
  3. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  4.  
  5. <!-- Header -->
  6. <TABLE BORDER=0>
  7. <TR VALIGN=CENTER>
  8. <TD>
  9. <A HREF="/htmla/htmla.htm">
  10. <IMG SRC="/htmla/iis_t.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  11. <TD><FONT SIZE=+2 COLOR=#802020>
  12. <B><%if servid EQ 4%>Sessioni WWW correnti<%elif servid EQ 1%>Sessioni FTP correnti<%elif servid EQ 2%>Sessioni Gopher correnti<%endif%></B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=#802020>Connessioni a <%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16. <HR>
  17. <P>
  18.  
  19. <!-- Sessions -->
  20. <table border nowrap>
  21. <th width=180>Utenti connessi</th><th width=160>Da</th>
  22. <th width=80>Ora</th><th width=150>Azione...</th>
  23. <%beginiteration enumusercount%>
  24. <tr>
  25. <td><%enumusername%></td><td><%enumuseraddr%></td><td><%enumusertime%></td>
  26. <td><a href=/HtmlaScripts/htmla.dll?<%servname%>/disc+<%enumuserid%>>Disconnetti</a></td>
  27. </tr>
  28. <%enditeration%>
  29. </table>
  30. <P>
  31.  
  32. <%enumusercount%> utenti connessi.
  33. <p>
  34.  
  35. <DL>
  36. <DD><a href=/HtmlaScripts/htmla.dll?<%servname%>/disca><IMG SRC="/htmla/hand.gif" BORDER=0> Disconnetti tutti</a><p>
  37. <DD><a href="/HtmlaScripts/htmla.dll?<%servname%>/serv"><IMG SRC="/htmla/hand.gif" BORDER=0> Chiudi</a><p>
  38.  
  39. <%if platformtype NE 3%>
  40. <!-- Not on Windows 95(CHICAGO) -->
  41. <DD><a href="/HtmlaScripts/htmla.dll?<%servname%>/conn"><IMG SRC="/htmla/hand.gif" BORDER=0> Aggiorna schermata</a><p>
  42. <%endif%>
  43.  
  44. </DL>
  45.  
  46. </html>
  47.